home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000229_fdc@columbia.edu_Tue Jul 23 09:20:57 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  61 lines

  1. Article: 13542 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: question on kermit protocol
  6. Date: 23 Jul 2002 09:20:48 -0400
  7. Organization: Columbia University
  8. Lines: 44
  9. Message-ID: <ahjl7g$lkf$1@watsol.cc.columbia.edu>
  10. References: <ahj4h802lg0@enews4.newsguy.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1027430451 16148 128.59.39.139 (23 Jul 2002 13:20:51 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 23 Jul 2002 13:20:51 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13542
  16.  
  17. In article <ahj4h802lg0@enews4.newsguy.com>,
  18. B.M.J. <Nospam@NoEmail> wrote:
  19. : Hello, I'm unexperienced with serial programming but
  20. : I do know C, C++ and x86ASM. What I want to do is
  21. : write a program that will communicate with the survey
  22. : data collectors where I work. I have info on the descriptor
  23. : headers and such for the collectors and we have a 
  24. : program already that downloads data from the collector
  25. : to my computer using either kermit , or  Zmodem.
  26. :   However we use number codes sometimes instead of 
  27. : actual descriptions and I would like to filter and react
  28. : to these codes as the download is taking place to my
  29. : computer.
  30. :
  31. What is your computer?  If it is any form of Unix (such as Linux),
  32. you can use C-Kermit for this:
  33.  
  34.   receive /filter:name-of-filter-program
  35.  
  36. in which "name-of-filter-program" is the name of a program you
  37. would supply or write to to filter and react to codes in the data.
  38. You might be able to do it in Windows too, but it's not so
  39. straightforward (since Windows is not easily programmable).
  40.  
  41. : 1. What do I need to know?  The minimum specs for kermit ?
  42. :
  43. Just tell us what operating system you have and we'll tell you which
  44. software you can use.
  45.  
  46. : 2. And where can on get this, hopefully for little of no money?
  47. :
  48. All Kermit software costs little or no money :-)
  49.  
  50. : 3. Are there any websites that have minimum code samples
  51. :     for using kermit protocol on serial ports ?
  52. You should not need to write your own Kermit (or any other) protocol
  53. implementation.
  54.  
  55. The Kermit website is here:
  56.  
  57.   http://www.columbia.edu/kermit/
  58.  
  59. - Frank
  60.